hardware.display.outputs.<name>.mode
A video kernel parameter (framebuffer mode) configuration for the specific output:
<xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd]
See for more information:
- https://docs.kernel.org/fb/modedb.html
- https://wiki.archlinux.org/title/Kernel_mode_setting#Forcing_modes
- Type
null or string- Default
null- Example
"e"- Declared
- <nixpkgs/nixos/modules/services/hardware/display.nix>